home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 June / What PC June 1996.iso / psion / psion.bat < prev    next >
DOS Batch File  |  1996-03-13  |  835b  |  37 lines

  1. @echo off
  2. echo"
  3. echo Psion Series 3a Emulator
  4. echo"
  5. echo Please note: You CANNOT run the emulator from this CD-Rom
  6. echo because it is write protected and the emulator NEEDS to
  7. echo create temporary files when it is run.
  8. echo"
  9. echo Press Ctrl-C now to cancel if you are running from the CD.
  10. echo Or press any key to continue...
  11. echo"
  12. pause >nul
  13. echo"
  14. echo Note: Press and hold Ctrl-Alt-Escape to exit the emulator
  15. echo"
  16. echo Substituting drives A:, B: and M:
  17. echo"
  18. subst a: \psion\a
  19. subst b: \psion\b
  20. subst m: \psion\m
  21. echo"
  22. echo Running the emulator...
  23. echo"
  24. s3aemul.exe
  25. cls
  26. echo Psion Series 3a Emulator
  27. echo"
  28. echo Removing drive substitutions
  29. echo"
  30. echo (If you saw a 'Fatal Error' don't worry, it just
  31. echo means you have exited from the emulator)
  32. echo"
  33. subst a: /d
  34. subst b: /d
  35. subst m: /d
  36. echo"
  37.